home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / mui38dev-storm / stormc-readme next >
Text File  |  1999-09-13  |  2KB  |  60 lines

  1. ------------------------------------------------------------------------
  2.  
  3.              Demo sourcecodes modified to work with StormC
  4.  
  5.                               Version 1.0
  6.  
  7.                   (c) Copyright 1998, Fredrik Rambris
  8. ------------------------------------------------------------------------
  9.  
  10.  HISTORY
  11. ¯¯¯¯¯¯¯¯¯
  12. As  noone develops SAS/C anymore and many start using StormC (as I) some
  13. might  get fustrated by the fact that their programs need a bit tweeking
  14. to  get  it to compile under StormC. When I first wanted to learn how to
  15. code  MUI  stuff  I started compiling the sourcecodes that came with the
  16. MUI developer package. They didn't compile and I hadn't the knowledge to
  17. make the compile either...
  18.  
  19.  PRESENT
  20. ¯¯¯¯¯¯¯¯¯
  21. ...Now I have and has therefor made changes to them to make them compile
  22. under StormC. All my changes are marked with /*FR* Comment */. I haven't
  23. modified  the  psi files. There were too many failures and I didn't have
  24. time to fix them.
  25.  
  26.  FUTURE
  27. ¯¯¯¯¯¯¯¯
  28. I  maybe  will  fix  psi too some day. If you Storm users out there find
  29. anything  in  the MUI include-files that Storm won't compile please send
  30. me  a mail telling me where or even better: Fix the file (as I have done
  31. in  these,  making them compile both by SAS/C and StormC) and send it to
  32. me and I will include it in the next version of this package.
  33.  
  34.  NOTE
  35. ¯¯¯¯¯¯
  36. I have nothing to do with the official MUI-development(??) team. This is
  37. a  separate  package  made  for  the  benefit  of  the  Amiga  community
  38. (especially  those  of you using StormC, want to learn MUI and get stuck
  39. because the demos wont compile).
  40.  
  41.  CONTACTS
  42. ¯¯¯¯¯¯¯¯¯¯
  43. Email: fredrik.rambris@amiga.nu
  44.   www: http://www.amiga.nu
  45.   irc: Boost @ ircnet
  46.  
  47.  
  48.  FILES THAT ARE CHANGED
  49. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  50. brush2c.c   | InputHandler.c
  51. Class1.c    | MUI-Demo.c
  52. Class2.c    | Popup.c
  53. Class3.c    | Subtask.c
  54. demo.h      | Virtual.c
  55. DragnDrop.c | WbMan.c
  56.  
  57.  
  58. Magic User Interface is copyrighted by Stefan Stuntz and can be obtained
  59. from either Aminet or from SASG at http://www.sasg.com
  60.